@charset "utf-8";
/* CSS Document */
#main{
	width: 990px;
	margin: 32px auto 30px;
	min-height: 600px;
	_height: 600px;
}
#left{
	width:210px;
	float:left;
	overflow:hidden;
}
#right{
	width:760px;
	float:left;
	margin-left:20px;
	_display:inline;
	color:#424242;
	font-size:14px;
}
.title{
	color: #0065b3;
	font-size: 18px;
	font-family: "微软雅黑";
	border-bottom: 2px solid #0065b3;
	line-height: 40px;
	margin-top: 22px;
	padding-left: 15px;
	position: relative;
}
.navm{ position: absolute; top: 0; right: 0;}
.navm span{
	font-size: 18px; cursor: pointer;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #111111;
	text-align: center;
	display: inline-block;
	width: 134px;
	height: 42px;
	border-radius: 0px;}
.sv{ background-color:  #0065B3 !important; color: #fff !important;}
.st1{ width: 100%;}
.st2{ width: 100%; display: none;}
.st3{ width: 100%; display: none;}


/*左侧导航*/
#left li{
	height: 40px;
	padding-top: 25px;
	background: url(../../Static/Images/bg_left.gif) bottom;
	padding-left: 13px;
	margin-top: -2px;
}
#left li.hover{
	background:url(../../Static/Images/bg_left_hover.gif);
}
#left li a{
	font-family:"微软雅黑";
	font-size:27px;
	color:#bfbfbf;
	text-decoration:none;
}
#left li.hover a{
	color:#FFF;
}
#left li a:hover{
	color:#0065b3;	
}
#left li.hover a:hover{
	color:#FFF;
}
/*右侧新闻*/
#right li{
	width: 220px;
	text-align: center;
	margin-top: 40px;
	color: #707070;
	font-size: 12px;
	float: left;
	margin-left: 28px;
	height: 340px;
}
#right li img{
	width: 200px;
	height: 280px;
	border: 1px solid #CCC;
}
#right li a{
	color: #707070;
	text-decoration:none;
}
#right li a:hover{
	color:red;
}
